crypto/x509.policyGraphNode.parents (field)
9 uses
crypto/x509 (current package)
verify.go#L1048: parents map[*policyGraphNode]bool
verify.go#L1057: parents: map[*policyGraphNode]bool{},
verify.go#L1061: n.parents[p] = true
verify.go#L1080: parents: map[*policyGraphNode]bool{},
verify.go#L1126: for p := range n.parents {
verify.go#L1130: delete(c.parents, n)
verify.go#L1143: if len(n.parents) == 1 {
verify.go#L1144: for p := range n.parents {
verify.go#L1159: for p := range n.parents {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |